<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.anim1{
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.anim2{
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 1s ease 0.2s;
    transition: all 1s ease 0.2s;
}

.anim-show{
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
}


body{
    background: #f2f2f2;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header-content{
    background: #fff;
}
.header-top{
    height: 100px;
    border-bottom: 1px solid #e8e8e8;
}
.logo{
    float: left;
    margin-top: 20px;
}
.header-lang{
    float: right;
}
.header-lang a{
    display: inline-block;
    float: left;
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    border-bottom: 2px solid #fff;
}
.header-lang a.on,.header-lang a:hover{
    color: #e60012;
    border-bottom: 2px solid #e60012;
}
.header-lang span{
    display: inline-block;
    float: left;
    margin: 40px 6px 0;
    font-size: 14px;
    color: #c5c5c5;
    line-height: 22px;
}

.pc-nav{
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    z-index: 999;
}
.pc-nav.scroll{
    position: fixed;
    top: 0;
}
.nav-container{
    /* float: left; */
}
.nav-ul{
    list-style: none;
}
.nav-list{
    float: left;
    margin-right: 2px;
}
.nav-a{
    box-sizing: border-box;
    display: block;
    line-height: 64px;
    height: 64px;
    padding: 0 20px;
    min-width: 160px;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.nav-list:hover .nav-a,.nav-list.on .nav-a{
    background: #f5f5f5;
}
.nav-dropdown{
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    /*border-bottom: 2px solid #ccc;*/
    box-shadow: 0 1px 4px #999;
    z-index: 99;
}

.nav-dropdown2{
    width: 160px;
    /* width: 144px; */
    left: 50%;
    margin-left: -80px;
    border-top: none;
    /* padding-top: 10px; */
}
.nd-container{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.nd-box{
    float: left;
    width: 200px;
    margin-top: 24px;
    text-align: center;
    background: url("../images/nd-line.jpg") no-repeat left center;
}
.nd-container .nd-box:nth-child(5n+1){
    background: none;
}
.nd-box p{
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
}
.nd-box:hover p {
    color: #35bbc3;
}
.nd2-menu{
    text-align: center;
    padding: 10px 20px 30px;
}
.nd2-menu a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    line-height: 20px;
    margin-top: 16px;
}
.nd2-menu a:hover{
    color: #e60012;
}



.phone-hc{
    display: none;
    float: right;
    margin-top: 25px;
    margin-left: 30px;
}
.phone-nav{
    float: right;
}
.phone-nav-icon{
    height: 50px;
    width: 40px;
    background: url("../images/phone-menu.png") no-repeat center center;
    background-size: 28px 23px;
    cursor: pointer;
}
.phone-menu{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #e6e8ee;
    padding-bottom: 40px;
    box-shadow: 0 2px 4px #999;
    display: none;
}
.phone-menu-list{
    position: relative;
}
.phone-menu-title{
    position: relative;
    border-bottom: 1px solid #e6e8ee;
}
.phone-menu-title a{
    position: relative;
    display: block;
    /*width: 40%;*/
    font-size: 14px;
    color: #222222;
    line-height: 42px;
    padding-left: 5%;
    z-index: 2;
}
.phone-menu-icon{
    position: absolute;
    top: 0;
    right: 4%;
    width: 60px;
    height: 50px;
    background: url("../images/add.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-title.on .phone-menu-icon{
    background: url("../images/del.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-c{
    display: none;
    overflow: hidden;
}
.phone-menu-c a{
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-left: 7%;
    border-bottom: 1px solid #e6e8ee;
}
.phone-system-a{
    text-align: center;
    padding: 16px 0;
    margin-top: 10px;
}
.phone-system-a a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 10px;
}

.index-banner{
    margin-top: 64px;
}
.index-banner .swiper-container {
    width: 100%;
}
.index-banner .swiper-slide{
    width: 100%;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner .swiper-pagination{
    bottom: 20px;
}
.index-banner .swiper-pagination-bullet{
    border: 1px solid #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background: none;
    margin: 0 10px !important;
    /* margin-top: 10px !important; */
}
.index-banner .swiper-pagination-bullet-active{
    background: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.index-banner .swiper-button-next{
    background: url('../images/sw-next.png') no-repeat center center;
    width: 50px;
    height: 50px;
    right: 30px;
    background-size: 100%;
}
.index-banner .swiper-button-prev{
    background: url('../images/sw-prev.png') no-repeat center center;
    width: 50px;
    height: 50px;
    left: 30px;
    background-size: 100%;
}

.footer-content{
    background-color: #f2f2f2;
}
.footer-nav{
    padding-top: 46px;
}
.fn-box{
    float: left;
    width: 16.6%;
}
.fn-box h4{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
}
.fn-box p{
    margin-top: 16px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fn-box p a{
    font-size: 12px;
    color: #333333;
}
.footer-copyright{
    margin-top: 30px;
    border-top: 1px solid #d0d0d0;
    padding: 20px 0;
}
.fcopy-top{
    line-height: 20px;
}
.fcopy-top-p{
    float: left;
    color: #333;
}
.fcopy-top-nav{
    float: left;
    margin-left: 20px;
}
.fcopy-top-nav a{
    display: inline-block;
    float: left;
    color: #333;
}
.fcopy-top-nav span{
    display: inline-block;
    float: left;
    margin: 0 10px;
    color: #cbcbcb;
}
.fcopy-bottom{
    color: #333;
    margin-top: 10px;
    line-height: 20px;
}


.footer-nav-phone{
    display: none;
    padding-top: 16px;
}
.fnp-list-title{
    position: relative;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #d6d6d6;
}
.fnp-list.on .fnp-list-title{
    border-bottom: none;
}
.fnp-list-title i{
    font-size: 14px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 40px;
    font-style: normal;
}
.fnp-list-a{
    display: none;
    padding-bottom: 10px;
}
.fnp-list-a a{
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.inner-banner-container{
    position: relative;
    overflow: hidden;
    margin-top: 64px;
}
.inner-banner{
    height: 400px;
}
.inner-banner-p{
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    font-size: 48px;
    color: #fff;
    z-index: 10;
}
.inner-nav{
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.breadcrumb{
    float: right;
}
.breadcrumb a{
    display: inline-block;
    float: left;
    line-height: 80px;
    font-size: 14px;
    color: #666666;
}
.breadcrumb a.on{
    color: #000;
}
.breadcrumb span{
    display: inline-block;
    float: left;
    line-height: 80px;
    font-size: 14px;
    margin: 0 24px;
    color: #666666;
}
.inner-nav-a{
    float: left;
}
.inner-nav-a a{
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 78px;
    margin-right: 86px;
    border-bottom: 2px solid #fff;
}
.inner-nav-a a.on{
    border-bottom: 2px solid #000;
    color: #000;
}
.product{
    background: #fff;
    padding-top: 70px;
    padding-bottom: 60px;
}
.product-content{
    padding-top: 20px;
}
.product-type{
    text-align: center;
}
.pt-box{
    display: inline-block;
    margin: 0 46px;
    padding-bottom: 20px;
}
.pt-box.on{
    border-bottom: 1px solid #000;
}
.pt-box a{
    display: block;
}
.pt-box-icon{
    float: left;
}
.pt-box-span{
    float: left;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    margin-left: 14px;
}
.pt-box.on .pt-box-span{
    color: #000;
}
.product-box{
    position: relative;
   /*border-bottom: 1px dotted #000;         äº§å“é¡µ åˆ†éš”çº¿*/
}
.product-box-img{
    float: left;
    width: 50%;
}
.product-box2 .product-box-img{
    float: right;
}
.product-box-img img{
    width: 100%;
}
.product-bc{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.product-box1 .product-bc{
    right: 0;
}
.product-box2 .product-bc{
    left: 0;
}
.product-box-p{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-box-p h4{
    font-size: 48px;
    line-height: 60px;
}
.product-box-p p{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 26px;
}
.product-more{
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}
.product-more a{
    color: #1388ec;
}

.news{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 70px;
}
.news-content{
    padding-bottom: 60px;
}
.news-list{
    margin-top: 26px;
}
.news-list-date{
    float: left;
    width: 150px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.news-list:hover .news-list-date{
    color: #000;
}
.news-list-p{
    float: left;
    width: 60%;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list:hover .news-list-p{
    color: #000;
    font-weight: bold;
}
.page a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 14px 16px;
    border: 1px solid #000;
    margin-right: 10px;
}

.news-detail{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}
.nd-title{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.nd-title h3{
    font-size: 18px;
    line-height: 24px;
}
.nd-title p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.nd-share{
    line-height: 30px;
    margin-top: 10px;
}
.inner-p{
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    padding: 24px 0;
}
.nd-np{
    padding-top: 34px;
    border-top: 1px solid #e8e8e8;
}
.nd-np-a{
    float: left;
}
.nd-np-a a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 14px 16px;
    border: 1px solid #000;
    margin-right: 10px;
}
.nd-np-back{
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 14px 20px 14px 50px;
    border: 1px solid #000;
    margin-right: 10px;
    background: url('../images/back.png') no-repeat 18px center;
}


.scale{
    animation: scaleAnim 5s ease forwards;
}

@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.about{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-c{
    float: left;
    width: 58%;
}
.about-c-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.about-img{
    float: right;
    width: 38%;
}
.about-img img{
    width: 100%;
}

.about-honor{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}
.ah-c{
    float: left;
    width: 46%;
}
.ah-img{
    float: right;
    width: 52%;
}
.ah-img-content{
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.ah-img-box{
    float: left;
    width: 49.5%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.ah-img-box img{
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ah-img-box:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.join{
    background: #fff;
    padding: 60px 0;
}
.join-p{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.join-list{
    height: 200px;
    line-height: 200px;
    /*border-top: 1px dashed #000;*/
}
.join-content .join-list:first-child{
    border-top: none;
}

.join-list-icon{
    float: left;
    width: 120px;
}
.join-list-icon img{
    width: 100%;
}
.join-list-title{
    float: left;
    width: 16%;
    text-align: center;
    padding: 0 10px;
}
.join-list-title p{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}
.join-list-p{
    float: left;
    width: 66%;
    /* height: 200px;
    line-height: 200px; */
    padding: 0 10px;
}
.join-list-p p{
    width: 100%;
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}


.join-welfare{
    background: #fff;
    padding: 60px 0;
}
.jw-list{
    /*border-top: 1px dashed #000;*/
    padding: 46px 0;
}
.jw-content .jw-list:first-child{
    border-top: none;
}
.jw-list h4{
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}
.jw-list p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
}

.join-recruit{
    background: #fff;
    padding: 60px 0;
}
.about-join-content{
    padding-top: 10px;
    padding-bottom: 30px;
}
.aj-list{
    /* margin-top: 30px; */
}
.aj-title{
    line-height: 70px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}
.aj-list.on .aj-title{
    color: #000;
}
.aj-title.bold{
    font-weight: bold;
}
.aj-title p{
    float: left;
    font-size: 16px;
    height: 70px;
    padding: 0 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.td-aj1{
    width: 14%;
}
.td-aj2{
    width: 18%;
}
.td-aj3{
    width: 14%;
}
.td-aj4{
    width: 10%;
}
.td-aj5{
    width: 20%;
}
.td-aj6{
    width: 11%;
}
.aj-icon{
    display: block;
    width: 28px;
    height: 28px;
    background: url('../images/aj-icon.png') no-repeat center;
    background-size: 28px 28px;
    margin: 21px auto 0;
}
.aj-list.on .aj-icon{
    background: url('../images/aj-icon-on.png') no-repeat center;
    background-size: 28px 28px;
}
.aj-text{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 36px 20px;
    display: none;
    border-bottom: 1px solid #e8e8e8;
}
.aj-email{
    display: block;
    width: 140px;
    line-height: 40px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    margin-top: 30px;
}

.contact{
    background: #fff;
    padding: 60px 0;
}
.contact-way{
    float: left;
    width: 46%;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.contact-map{
    float: right;
    width: 50%;
}

.contact-message{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 60px;
}
.cm-box{
    position: relative;
    float: left;
    margin-top: 18px;
    width: 49%;
    margin-left: 2%;
}
.cm-list .cm-box:nth-child(2n+1){
    margin-left: 0;
}
.cm-input1{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    padding: 0 2%;
}
.cm-input2{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    padding: 0 2%;
}
.cm-textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    padding: 16px 1%;
    line-height: 26px;
    margin-top: 18px;
    height: 130px;
    resize: none;
}
.cm-box2{
    margin-top: 18px;
}
.cms-btn{
    width: 160px;
    height: 50px;
    border: none;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    background: #999999;
    cursor: pointer;
}
.cm-submit{
    background: #e60012;
}
.cm-verf{
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 60px;
}


.legal{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 40px;
}
.legal .nd-title h2{
    font-size: 30px;
    line-height: 1.5;
}

.sitemap{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sitemap-list{
    float: left;
    width: 27%;
    padding-right: 3%;
    padding-left: 3%;
}
.sitemap-box{
    margin-top: 42px;
}
.sitemap-list-title{
    font-size: 18px;
    line-height: 1.5;
}
.sitemap-list-a p{
    margin-top: 16px;
}
.sitemap-list-a p a{
    font-size: 15px;
    line-height: 1.5;
    color: #0070c9;
}
.sitemap-list-a p a:hover{
    text-decoration: underline;
}

.about-culture{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
}
.sdev-box{
    position: relative;
    margin-top: 20px;
    border: 1px solid #e8e8e8;
}
.sdev-box-left{
    /* float: left;
    width: 50%; */
    text-align: center;
}
.sdev-box-c{
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sdev-box-left img{
    /* margin-top: 66px; */
}
.sdev-box-left p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 36px;
}

.sdev-box-right{
    float: right;
    width: 50%;
}
.sdevr-img{
    overflow: hidden;
}
.sdevr-img img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sdev-box:hover .sdevr-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ss-list{
    margin-top: 80px;
}
.ss-list-text{
    float: left;

}


.social-su{
    background: #fff;
    padding-top: 10px;
    padding-bottom: 80px;
}
.ss-list-text{
    float: left;
    width: 57%;
}
.ss-list-text h3{
    font-size: 20px;
    line-height: 30px;
}
.ss-list-text p{
    font-size: 15px;
    line-height: 26px;
    margin-top: 26px;
    overflow: hidden;
    max-height: 400px;
}
.ss-list-img{
    float: right;
    overflow: hidden;
    width: 38%;
}
.ss-list-img img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ss-more{
    width: 138px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #000;
    margin-top: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
</pre></body></html>